projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a62396c
)
(beginning-of-defun): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:50:28 +0000
(16:50 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 17 Oct 2002 16:50:28 +0000
(16:50 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index 57e507e4f67246eda7b7624b7c94d95af0df32ce..ad553e508e9aed875d0bfec6897cab053dcb7592 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-166,7
+166,7
@@
With ARG, do it that many times. Negative arg -N
means move forward to Nth following beginning of defun.
Returns t unless search stops due to beginning or end of buffer.
-Normally a defun starts when there is a
n
char with open-parenthesis
+Normally a defun starts when there is a char with open-parenthesis
syntax at the beginning of a line. If `defun-prompt-regexp' is
non-nil, then a string which matches that regexp may precede the
open-parenthesis, and point ends up at the beginning of the line.